home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / gnome-applets / builder / trashapplet-empty-progress.ui < prev   
Encoding:
Extensible Markup Language  |  2009-04-23  |  3.5 KB  |  99 lines

  1. <?xml version='1.0' encoding='utf-8'?>
  2.  
  3. <interface>
  4.   <object class='GtkDialog' id='empty_trash'>
  5.     <property name='border_width'>6</property>
  6.     <property name='title' translatable="yes">Emptying the Trash</property>
  7.     <property name='default_width'>400</property>
  8.     <property name='has_separator'>False</property>
  9.  
  10.     <child internal-child='vbox'>
  11.       <object class='GtkVBox' id='dialog-vbox1'>
  12.  
  13.         <child internal-child='action_area'>
  14.           <object class='GtkHButtonBox' id='dialog-action_area1'>
  15.  
  16.             <child>
  17.               <object class='GtkButton' id='cancel_button'>
  18.                 <property name='visible'>True</property>
  19.                 <property name='label'>gtk-cancel</property>
  20.                 <property name='use_stock'>True</property>
  21.               </object>
  22.             </child>
  23.           </object>
  24.         </child>
  25.  
  26.         <child>
  27.           <object class='GtkVBox' id='vbox1'>
  28.             <property name='visible'>True</property>
  29.             <property name='border_width'>6</property>
  30.             <property name='spacing'>12</property>
  31.  
  32.             <child>
  33.               <object class='GtkLabel' id='label1'>
  34.                 <property name='visible'>True</property>
  35.                 <property name='label' translatable="yes"><big><b>Emptying the Trash</b></big></property>
  36.                 <property name='use_markup'>True</property>
  37.                 <property name='xalign'>0</property>
  38.               </object>
  39.             </child>
  40.  
  41.             <child>
  42.               <object class='GtkHBox' id='hbox1'>
  43.                 <property name='visible'>True</property>
  44.  
  45.                 <child>
  46.                   <object class='GtkLabel' id='label3'>
  47.                     <property name='label' translatable="yes"><b>From:</b></property>
  48.                     <property name='use_markup'>True</property>
  49.                   </object>
  50.                   <packing>
  51.                     <property name='expand'>False</property>
  52.                   </packing>
  53.                 </child>
  54.  
  55.                 <child>
  56.                   <object class='GtkLabel' id='location_label'>
  57.                     <property name='visible'>True</property>
  58.                     <property name='xalign'>0.0</property>
  59.                     <property name='ellipsize'>PANGO_ELLIPSIZE_MIDDLE</property>
  60.                   </object>
  61.                   <packing>
  62.                     <property name='fill'>True</property>
  63.                   </packing>
  64.                 </child>
  65.               </object>
  66.             </child>
  67.  
  68.             <child>
  69.               <object class='GtkVBox' id='vbox2'>
  70.                 <property name='visible'>True</property>
  71.  
  72.                 <child>
  73.                   <object class='GtkProgressBar' id='progressbar'>
  74.                     <property name='visible'>True</property>
  75.                     <property name='text'>  </property>
  76.                   </object>
  77.                 </child>
  78.  
  79.                 <child>
  80.                   <object class='GtkLabel' id='file_label'>
  81.                     <property name='visible'>True</property>
  82.                     <property name='label'>  </property>
  83.                     <property name='xalign'>0</property>
  84.                     <property name='ellipsize'>PANGO_ELLIPSIZE_END</property>
  85.                   </object>
  86.                 </child>
  87.               </object>
  88.             </child>
  89.           </object>
  90.         </child>
  91.       </object>
  92.     </child>
  93.  
  94.     <action-widgets>
  95.       <action-widget response='-6'>cancel_button</action-widget>
  96.     </action-widgets>
  97.   </object>
  98. </interface>
  99.